Description | : Lists the existing projects. |
Reference | : Link ¶ |
⚼ Request
GET:
/authoring/analyze-conversations/projects
{
api-version:
string
,
top:
integer
,
skip:
integer
,
maxpagesize:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
createdDateTime:
string
,
lastModifiedDateTime:
string
,
lastTrainedDateTime:
string
,
lastDeployedDateTime:
string
,
projectKind:
enum
,
settings:
{
,
confidenceThreshold:
number
,
}
projectName:
string
,
multilingual:
boolean
,
description:
string
,
language:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
enum
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
enum
,
message:
string
,
details:
object
,
target:
string
,
innererror:
string
,
}